home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00030_Done on AutoAL.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  270 b   |  15 lines

  1. on mouseDown
  2.   buttonClick3()
  3. end
  4.  
  5. on mouseUp
  6.   global gLite1, gLite2, gButtonPups
  7.   setAt(gButtonPups, 1, gLite1)
  8.   setAt(gButtonPups, 2, gLite2)
  9.   set the text of member "ButtonPups" to string(gButtonPups)
  10.   CollectPrefs()
  11.   puppetMan(0)
  12.   savePrefs()
  13.   go("Opt")
  14. end
  15.